include/dm.h: Remove duplicated include directive
authorLiviu Dudau <[email protected]>
Mon, 17 Sep 2018 16:46:07 +0000 (17:46 +0100)
committerSimon Glass <[email protected]>
Sat, 29 Sep 2018 17:49:35 +0000 (11:49 -0600)
Remove duplicated inclusion of dm/ofnode.h

Signed-off-by: Liviu Dudau <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Drop period at end of commit subject:
Signed-off-by: Simon Glass <[email protected]>
include/dm.h

index bf4b07d28fe7c020e9d42fa375556ee5e55c765d..2e1afda440207b637c97a2d535acc48a0b30a55b 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _DM_H_
 #define _DM_H_
 
-#include <dm/ofnode.h>
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
 #include <dm/ofnode.h>